Nullable.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(N n)
  2. bool opEquals(T rhs)
  3. bool opEquals(Nullable!T rhs)
    struct Nullable(T)
    const
    static if(__traits(compiles, (T a, T b)) && !is(T == class))
    bool
    opEquals

Meta